home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 208
- Top = 103
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Shell Control Pack - Edit New File Example'
- ClientHeight = 252
- ClientWidth = 455
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object PTShellList1: TPTShellList
- Left = 8
- Top = 8
- Width = 209
- Height = 233
- ReadOnly = False
- IconOptions.AutoArrange = True
- OnInsert = PTShellList1Insert
- TabOrder = 0
- ViewStyle = vsList
- end
- object btnCreate: TButton
- Left = 232
- Top = 8
- Width = 217
- Height = 23
- Caption = '&Create File and Edit Name'
- TabOrder = 1
- OnClick = btnCreateClick
- end
- object Memo1: TMemo
- Left = 232
- Top = 152
- Width = 209
- Height = 89
- BorderStyle = bsNone
- Lines.Strings = (
- 'This example shows how to force a '
- 'TPTShellList control to show a recently '
- 'added file, and edit that file'#39's caption.'
- ''
- 'An efficient algorithm is used which avoids '
- 'scanning the Items[ ] array.')
- ParentColor = True
- TabOrder = 2
- end
- end
-